Welcome![Sign In][Sign Up]
Location:
Search - windows sockets

Search list

[Internet-Network17911

Description: 精通windows sockets 网络开发-基于visual C++ 实现源码-Proficient in windows sockets network development- based on visual C++ implementation source code
Platform: | Size: 1283072 | Author: yeq | Hits:

[Internet-NetworkIO

Description: SOME WINDOWS SOCKETS PROGRAMER
Platform: | Size: 160768 | Author: ZHOU | Hits:

[Internet-Networkexam

Description: 一个考试系统程序,以Windows Sockets完成端口模型实现-Procedures for the examination system to Windows Sockets implementation completion port model
Platform: | Size: 137216 | Author: wade | Hits:

[Internet-Networkdictionary

Description: 一个C/S网络词典小系统的开发,采用Windows Sockets重叠I/O模型实现-A C/S Network Dictionary small systems development, use Windows Sockets overlapped I/O model implementation
Platform: | Size: 206848 | Author: wade | Hits:

[Internet-Networkinstrwinsockang

Description: Windows Sockets [PDF]
Platform: | Size: 56320 | Author: EZO | Hits:

[Internet-NetworkNetworkProgrammingWithWindowsSockets

Description: Programming with windows sockets
Platform: | Size: 1784832 | Author: iibarz | Hits:

[Internet-Networksockets

Description: 1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(send/recv)。 7、返回,等待另一客户请求。 8、关闭套接字。 客户端程序: 1、加载套接字库 2、创建套接字(socket)。 3、向服务器发出连接请求(connect)。 4、和服务器端进行通信(send/recv)。 5、关闭套接字。-Windows Application dialog box is the most important element of the user interface is an important means of interacting with the user, the program is running, the dialog box can be used to capture user input information or data. Dialog box is a special type of window, any window operations (such as: mobile, maximize, minimize, etc.) can be implemented in the dialog box, in general, through a variety of controls in the dialog box (such as: buttons, edit boxes, list boxes, combo boxes, etc.) and user interaction. Internal control is defined in the system used and the basic unit of user interaction.
Platform: | Size: 2048 | Author: pingzong | Hits:

[VC/MFCCCPP

Description: c++实现对有戏的小程序的编写。面试中有关c/c++的一些笔试题目-Windows Sockets MFC AppWizard(exe)
Platform: | Size: 11264 | Author: 马俊国 | Hits:

[Internet-NetworkWindowsPSockets

Description: 精通Windows+Sockets网络开发:基于Visual C++实现》PDF电子书-Proficient in Windows+ Sockets network development: Visual C++ implementation based on " PDF eBook
Platform: | Size: 7289856 | Author: 冯荣健 | Hits:

[Internet-Networkcweb

Description: 该文介绍了sockets通信原理,从程序员角度着重讨论了windows sockets为支持异步通信对sockets的功能扩充,并给出了应用windows sockets实现网络实时通信的一个程序实例-This paper introduces the principle of sockets communication from the programmer point of view focused on the windows sockets to support asynchronous communication on the function of expansion sockets, and gives the application windows sockets to achieve a real-time network communication program example
Platform: | Size: 13312 | Author: 笨笨乐 | Hits:

[Process-ThreadChat

Description: vc++ 线程同步与异步套接字编程实例,Windows套接字在两种模式下执行I/O操作,阻塞和非阻塞-vc++ thread synchronization with asynchronous socket programming example, Windows Sockets implementation in two modes I/O operation, blocking and nonblocking
Platform: | Size: 19456 | Author: madud00048 | Hits:

[TCP/IP stackTCP-and-UDP

Description: 使用windows套接字编写的TCP以及UDP协议下的服务器端和客户端程序的代码,使用的语言是C-Prepared using windows sockets and UDP protocols under TCP server and client code, the language used is C
Platform: | Size: 1358848 | Author: 朱世翔 | Hits:

[Program docVCPPSummary-of-network-programming

Description: 1.套接字编程原理;2.基本的Windows Sockets API编程;3.MFC下的Socket编程的类;4.套接字的托管实现。四个部分介绍。-1. Socket programming principle 2. Basic Windows Sockets API programming 3. MFC Socket programming under the class 4. Managed implementation of the socket. Four-part introduction.
Platform: | Size: 165888 | Author: 借方鋆 | Hits:

[Hook apiWinsockAPI

Description: Winsock API手册,英文格式! 内容包括: 1、Winsock Functions [Winsock] 2、Winsock Structures [Winsock] 3、Windows Sockets Error Codes [Winsock]-Winsock API手册,英文格式! 内容包括: 1、Winsock Functions [Winsock] 2、Winsock Structures [Winsock] 3、Windows Sockets Error Codes [Winsock]
Platform: | Size: 326656 | Author: jqrung | Hits:

[Internet-Network57384603-WSSPI22

Description: Windows* Sockets 2 Service Provider Interface A Service Provider Interface for Transparent Network Programming under Microsoft Windows
Platform: | Size: 978944 | Author: JuanH | Hits:

[Internet-NetworkWindowsApplication2

Description: aplicacion windows sockets server-aplicacion windows sockets server
Platform: | Size: 139264 | Author: 666 | Hits:

[Internet-Networkwinsock-api

Description: Windows Sockets API Tutorial
Platform: | Size: 77824 | Author: Adnan Ali | Hits:

[Linux-UnixSockets-2.3.9.7.tar

Description: 封装了socket操作的库,跨平台,Windows,linux都ok哦-The library encapsulates the socket operation, cross-platform, Windows, linux are ok oh
Platform: | Size: 202752 | Author: chen | Hits:

[Internet-NetworkWinSock-tongxinkaifa

Description: Windows应用程序可以有无限的网络功能,都是建立在WinSock接口 的基础上。WinSock是Windows Sockets的简称,也称为Windows套 接字,是微软根据BSD UNIX操作系统中流行的Berkeley套接字规范 而实现的一套Micosoft Windows下的网络编程接口。 -Windows applications can have unlimited networking capabilities are built on the basis of the WinSock interface. WinSock is short for Windows Sockets, also known as Windows Sockets, is based on BSD UNIX operating system, Microsoft' s popular Berkeley socket specification and implementation of the network under a Micosoft Windows programming interface. ......
Platform: | Size: 614400 | Author: wenlong | Hits:

[Internet-NetworkWindows_Sockets_specification

Description: Windows Sockets 规范及应用,随时备查-Windows Sockets specification and application. Txt
Platform: | Size: 69632 | Author: xingjilvxing | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

CodeBus www.codebus.net